home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / language / parallax / more_exa.tar / more / Skeleton / README < prev    next >
Text File  |  1992-08-19  |  524b  |  14 lines

  1. Parallaxis Demo Program SKELETON
  2. ================================
  3.  
  4. The program SKELETON is an example for doing image processing using
  5. Parallaxis. The task of this program is to read a black & white image, 
  6. given in PBM format, to thin it and finally to write the thinned image into
  7. another PBM file. 
  8.  
  9. Two constants, MaxWidth and MaxHeight, are controlling to maximum image 
  10. size which can be processed. Currently, MaxWidth is set to 464 and MaxHeight
  11. to 98. This size is required to process the enclosed example images.
  12.  
  13.  
  14.